home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / Mod02 / M02_01_05.swf / scripts / DefineButton2_36 / BUTTONCONDACTION on(release).as
Text File  |  2001-02-13  |  234b  |  13 lines

  1. on(release){
  2.    set("_level0:fromlevel","2");
  3.    loadMovieNum("Mod02/M02_01_05_05.swf",2,"GET");
  4.    tellTarget("/")
  5.    {
  6.       gotoAndStop("inactive");
  7.    }
  8.    tellTarget("_level3/pause")
  9.    {
  10.       gotoAndStop(1);
  11.    }
  12. }
  13.